home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / wb-enhancement / screenmaster / catalogs / screendaemon.cd < prev    next >
Text File  |  1995-07-09  |  4KB  |  195 lines

  1. #language english
  2. #version 1
  3. ;
  4. ; version $VER: ScreenDaemon.cd 1.00 (8.7.95)
  5. ;
  6. ; Catalog description file for ScreenDaemon (SD).
  7. ;
  8. ; Translators: read "Translators.readme" for instructions.
  9. ;
  10. ;*************************************************************************
  11. ; Initialization Strings
  12. ;*************************************************************************
  13. ;
  14. NOEXICONMSG (//)
  15. Couldn't access icon\n'%s'\nto read tooltypes!
  16. ;
  17. ; <%s = iconname>
  18. ;
  19. BADCOMMANDMSG (//)
  20. Couldn't parse command:\n%s
  21. ;
  22. ; <%s = errormsg>
  23. ;
  24. BADBOOLTOOLMSG (//)
  25. Invalid value '%s'\nfor boolean keyword '%s'.\nPlease specify a value of\nYES, NO, TRUE or FALSE.
  26. ;
  27. ; <%s = user's value> <%s = keyword>
  28. ;
  29. BADSTRTOOLMSG (//)
  30. Invalid value for string keyword '%s'.\nPlease supply an unquoted value for this keyword.
  31. ;
  32. ; <%s = keyword>
  33. ;
  34. BADINTTOOLMSG (//)
  35. Invalid value '%s'\nfor integer keyword '%s'.\nPlease supply an integer value.
  36. ;
  37. ; <%s = user's value> <%s = keyword>
  38. ;
  39. BADHEXTOOLMSG (//)
  40. Invalid value '%s'\nfor hex keyword '%s'.\nPlease supply a hexadecimal value.
  41. ;
  42. ; <%s = user's value> <%s = keyword>
  43. ;
  44. BADKEYTOOLMSG (//)
  45. Invalid value '%s'\nfor keyword '%s'.\nPlease supply one of:\n%s.
  46. ;
  47. ; <%s = user's value> <%s = keyword> <%s = valid values>
  48. ;
  49. BADDCLIPTOOLMSG (//)
  50. Invalid value '%s'\nfor keyword DCLIP.\nPlease supply four integers,\nseparated by commas.
  51. ;
  52. ; <%s = user's value>
  53. ;
  54. NOOPENFONTMSG (//)
  55. Couldn't open font '%s', size %ld!
  56. ;
  57. ; <%s = fontname> <%ld = fontsize>
  58. ;
  59. NOPOPKEYMSG (//)
  60. Couldn't create popup hotkey\n'%s'!
  61. ;
  62. ; <%s = hotkey description>
  63. ;
  64. NOCXOBJMSG (//)
  65. Couldn't create commodity broker object!
  66. ;
  67. ;
  68. ;*************************************************************************
  69. ; Requester Title & Gadget Strings
  70. ;*************************************************************************
  71. ;
  72. INFORMTITLEMSG (//60)
  73. Message from ScreenDaemon
  74. ;
  75. ;
  76. INFORMOKAYMSG (//16)
  77. OK
  78. ;
  79. ;
  80. COMMDESCMSG (//60)
  81. ARexx host for Public Screen Management.
  82. ;
  83. ; <this is the commodity description string>
  84. ;
  85. ;*************************************************************************
  86. ; General Runtime Strings
  87. ;*************************************************************************
  88. ;
  89. NOMEMMSG (//)
  90. Not enough memory available!
  91. ;
  92. ;
  93. NOLIBMSG (//)
  94. Couldn't open %s V%lu!
  95. ;
  96. ; <%s = libname> <%lu = libver>
  97. ;
  98. NOOPENSCRMSG (//)
  99. Couldn't open the new public screen!\n%s
  100. ;
  101. ; <%s = specific error msg, below>
  102. ;
  103. OPSNOMONITORMSG (//)
  104. The monitor required for this\ndisplay mode is not available.
  105. ;
  106. ;
  107. OPSNOCHIPSMSG (//)
  108. You need newer custom chips\nfor this display mode.
  109. ;
  110. ;
  111. OPSNOCHIPMEMMSG (//)
  112. Not enough Chip memory available.
  113. ;
  114. ;
  115. OPSNOTUNIQUEMSG (//)
  116. This public screen name is already in use.
  117. ;
  118. ;
  119. OPSUNKNOWNMODEMSG (//)
  120. The requested display mode\nwas not recognized.
  121. ;
  122. ;
  123. OPSTOODEEPMSG (//)
  124. Your Amiga cannot display so many\ncolours in that display mode.
  125. ;
  126. ;
  127. OPSOTHERERRMSG (//)
  128. Intuition returned an\nunrecognized error code!
  129. ;
  130. ;
  131. NOOPENFILEMSG (//)
  132. Couldn't open file\n'%s'!
  133. ;
  134. ; <%s = filename>
  135. ;
  136. NOREADFILEMSG (//)
  137. Couldn't read from file\n'%s'!
  138. ;
  139. ; <%s = filename>
  140. ;
  141. NOWRITEFILEMSG (//)
  142. Couldn't write to file\n'%s'!
  143. ;
  144. ; <%s = filename>
  145. ;
  146. NOIFFMEMMSG (//)
  147. Not enough memory to process IFF file\n'%s'!
  148. ;
  149. ; <%s = filename>
  150. ;
  151. NOTIFFMSG (//)
  152. '%s'\nis not a valid IFF file!
  153. ;
  154. ; <%s = filename>
  155. ;
  156. OTHERIFFMSG (//)
  157. Couldn't process IFF file\n'%s'!\nAn unrecognized error occurred.
  158. ;
  159. ; <%s = filename>
  160. ;
  161. BADPALETTEMSG (//)
  162. File '%s' doesn't appear\nto be a valid palette file or ILBM!
  163. ;
  164. ; <%s = filename>
  165. ;
  166. NOSETDEFPSMSG (//)
  167. Couldn't set '%s'\nto be the default public screen!\nIt may be private or closed.\n'%s' is still the default.
  168. ;
  169. ; <%s = pubscrname> <%s = pubscrname>
  170. ;
  171. NOCLOSEPSMSG (//)
  172. Couldn't close public screen\n'%s'!\nIt may be private or closed,\nor have visitor windows open on it.
  173. ;
  174. ; <%s = pubscrname>
  175. ;
  176. CANNOTQUITMSG (//)
  177. Sorry, ScreenDaemon cannot quit right now, because\nit is still in charge of one or more screens.
  178. ;
  179. ;
  180. NOFINDPUBSCRMSG (//)
  181. Couldn't find any public screen named\n'%s'!
  182. ;
  183. ; <%s = pubscrname>
  184. ;
  185. NOHOSTMSG (//)
  186. Couldn't send command to ARexx host\n'%s': host port not found!
  187. ;
  188. ; <%s = portname>
  189. ;
  190. NORUNPROGMSG (//)
  191. Couldn't launch program\n'%s'!
  192. ;
  193. ; <%s = filename>
  194. ;
  195.